home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / 835.swf / scripts / frame_1 / PlaceObject2_8_5 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-11-19  |  238 b   |  13 lines

  1. onClipEvent(enterFrame){
  2.    loade = _root.getBytesLoaded();
  3.    percent = Math.round(loade / total * 100);
  4.    this._xscale = percent;
  5.    if(percent >= 100)
  6.    {
  7.       with(_root)
  8.       {
  9.          gotoAndStop(2);
  10.       }
  11.    }
  12. }
  13.